home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / comm / tcp / amircask.lha / AmIRCAskHost.readme next >
Text File  |  1997-02-02  |  887b  |  46 lines

  1. Short:    ARexx AskHost script for AmIRC 
  2. Author:   newlook@ameritech.net (Deryk B. Robosson)
  3. Uploader: newlook@ameritech.net (Deryk B. Robosson)
  4. Type:     comm/tcp
  5. Replaces: comm/tcp/AmIRCAskHost.lha
  6. Requires: AmiTCP askhost or equivalant
  7. Version:  1.02
  8.  
  9. Version 1.02
  10. --------------
  11. This version now supports passing of a user nick,
  12. an IP address or a IP name, as well as showing
  13. the output to another user.
  14.  
  15. Installation:
  16. --------------
  17. Copy askhost.amirx to amirc/rexx directory
  18.  
  19. Install an alias in AmIRC by selecting setup menu
  20. then lists.  Under Alias tab, select add new alias.
  21.  
  22. Then in edit window type the alias you would like
  23. to use.
  24.  
  25. i.e. askhost = /rx askhost %p
  26.  
  27. Usage:
  28. --------------
  29. Using above example, you would type
  30.  
  31. /askhost someplace.cool.net
  32.  
  33. or
  34.  
  35. /askhost 199.232.253.130
  36.  
  37. or
  38.  
  39. /askhost newlook
  40.  
  41. or
  42.  
  43. /askhost blahnick show newlook
  44.  
  45. and you will be shown the results.
  46.